home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / T1L1_zied.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  2.0 KB  |  105 lines

  1. textures/taholland/furroughed_earth_noshadow
  2. {
  3.     qer_editorimage textures/misc_outside/furroughed_earth1.tga
  4.     qer_keyword dirt
  5.     qer_keyword floor
  6.     qer_keyword natural
  7.     qer_keyword flat
  8.     surfaceparm dirt
  9.     surfaceparm trans
  10.     {
  11.         map textures/misc_outside/furroughed_earth1.tga
  12.         depthWrite
  13.         rgbGen identity
  14.     }
  15.     {
  16.         map $lightmap
  17.         rgbGen identity
  18.         blendFunc GL_DST_COLOR GL_ZERO
  19.         depthFunc equal
  20.     }
  21. }
  22. textures/taholland/furroughed_earth1ud_noshadow
  23. {
  24.     qer_editorimage textures/misc_outside/furroughed_earth1ud.tga
  25.     qer_keyword gouge
  26.     qer_keyword floor
  27.     qer_keyword natural
  28.     qer_keyword flat
  29.     surfaceparm dirt
  30.     surfaceparm trans
  31.     {
  32.         map textures/misc_outside/furroughed_earth1ud.tga
  33.         depthWrite
  34.         rgbGen identity
  35.     }
  36.     {
  37.         map $lightmap
  38.         rgbGen identity
  39.         blendFunc GL_DST_COLOR GL_ZERO
  40.         depthFunc equal
  41.     }
  42. }
  43. textures/taholland/furroughed_earth1lr_noshadow
  44. {
  45.     qer_editorimage textures/misc_outside/furroughed_earth1lr.tga
  46.     qer_keyword gouge
  47.     qer_keyword floor
  48.     qer_keyword natural
  49.     qer_keyword flat
  50.     surfaceparm dirt
  51.     surfaceparm trans
  52.     {
  53.         map textures/misc_outside/furroughed_earth1lr.tga
  54.         depthWrite
  55.         rgbGen identity
  56.     }
  57.     {
  58.         map $lightmap
  59.         rgbGen identity
  60.         blendFunc GL_DST_COLOR GL_ZERO
  61.         depthFunc equal
  62.     }
  63. }
  64.  
  65. textures/tanatural/rubble2c
  66. {
  67.     qer_editorimage textures/mohtest/rubble2c.tga
  68.     qer_keyword natural
  69.     qer_keyword floor
  70.     qer_keyword flat
  71.     qer_keyword dirt
  72.     surfaceparm dirt
  73.     surfaceparm trans
  74.     {
  75.         map textures/mohtest/rubble2c.tga
  76.         depthWrite
  77.         rgbGen identity
  78.     }
  79.     {
  80.         map $lightmap
  81.         rgbGen identity
  82.         blendFunc GL_DST_COLOR GL_ZERO
  83.         depthFunc equal
  84.     }
  85. }
  86.  
  87. textures/general_industrial/ibeam_vert_culled
  88. {
  89.     qer_editorimage textures/general_industrial/ibeam_vert.tga
  90.     qer_keyword trim
  91.     qer_keyword rusted
  92.     qer_keyword metal
  93.     surfaceParm metal
  94.     {
  95.         map textures/general_industrial/ibeam_vert.tga
  96.         rgbGen identity
  97.         depthWrite
  98.     }
  99.     {
  100.         map $lightmap
  101.         blendFunc GL_DST_COLOR GL_ZERO
  102.         rgbGen identity
  103.         depthFunc equal
  104.     }
  105. }